home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2003 September
/
Australian PC User - September 2003 (CD1).iso
/
magstuff
/
web
/
files
/
psp801ev.exe
/
Data1.cab
/
InvertSelctn.PspScript
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-06-06
|
433 b
|
19 lines
from JascApp import *
def ScriptProperties():
return {
'Author': '',
'Copyright': '',
'Description': '',
'Host': 'Paint Shop Pro',
'Host Version': '8.00'
}
def Do(Environment):
App.Do( Environment, 'SelectInvert', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Interactive
}
})